We need support to use the Aspose.PDF library on a Linux container. We are trying to convert .docx and .tiff files to .PDF, but we encounter errors because Aspose internally uses System.Drawing.common.dll , which doesn’t…...Load the DOCX file Document doc = new Document("input.docx"); //...Create a PDF document Document pdfDocument = new Document(); // Create...